- PurplePlugin
alias PurplePlugin = _PurplePlugin
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurplePluginAction
alias PurplePluginAction = _PurplePluginAction
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurplePluginInfo
alias PurplePluginInfo = _PurplePluginInfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurplePluginLoaderInfo
alias PurplePluginLoaderInfo = _PurplePluginLoaderInfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurplePluginPriority
alias PurplePluginPriority = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurplePluginType
alias PurplePluginType = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurplePluginUiInfo
alias PurplePluginUiInfo = _PurplePluginUiInfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_action_free
alias da_purple_plugin_action_free = void function(PurplePluginAction* action)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_action_new
alias da_purple_plugin_action_new = PurplePluginAction* function(const(char)* label, void function(PurplePluginAction*) callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_destroy
alias da_purple_plugin_destroy = void function(PurplePlugin* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_disable
alias da_purple_plugin_disable = void function(PurplePlugin* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_get_author
alias da_purple_plugin_get_author = const(gchar)* function(const(PurplePlugin)* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_get_description
alias da_purple_plugin_get_description = const(gchar)* function(const(PurplePlugin)* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_get_homepage
alias da_purple_plugin_get_homepage = const(gchar)* function(const(PurplePlugin)* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_get_id
alias da_purple_plugin_get_id = const(gchar)* function(const(PurplePlugin)* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_get_name
alias da_purple_plugin_get_name = const(gchar)* function(const(PurplePlugin)* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_get_summary
alias da_purple_plugin_get_summary = const(gchar)* function(const(PurplePlugin)* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_get_version
alias da_purple_plugin_get_version = const(gchar)* function(const(PurplePlugin)* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_ipc_call
alias da_purple_plugin_ipc_call = void* function(PurplePlugin* plugin, const(char)* command, gboolean* ok, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_ipc_get_params
alias da_purple_plugin_ipc_get_params = gboolean function(PurplePlugin* plugin, const(char)* command, PurpleValue** ret_value, int* num_params, PurpleValue*** params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_ipc_register
alias da_purple_plugin_ipc_register = gboolean function(PurplePlugin* plugin, const(char)* command, PurpleCallback func, PurpleSignalMarshalFunc marshal, PurpleValue* ret_value, int num_params, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_ipc_unregister
alias da_purple_plugin_ipc_unregister = void function(PurplePlugin* plugin, const(char)* command)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_ipc_unregister_all
alias da_purple_plugin_ipc_unregister_all = void function(PurplePlugin* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_is_loaded
alias da_purple_plugin_is_loaded = gboolean function(const(PurplePlugin)* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_is_unloadable
alias da_purple_plugin_is_unloadable = gboolean function(const(PurplePlugin)* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_load
alias da_purple_plugin_load = gboolean function(PurplePlugin* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_new
alias da_purple_plugin_new = PurplePlugin* function(gboolean native, const(char)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_probe
alias da_purple_plugin_probe = PurplePlugin* function(const(char)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_register
alias da_purple_plugin_register = gboolean function(PurplePlugin* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_reload
alias da_purple_plugin_reload = gboolean function(PurplePlugin* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_unload
alias da_purple_plugin_unload = gboolean function(PurplePlugin* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugins_add_search_path
alias da_purple_plugins_add_search_path = void function(const(char)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugins_destroy_all
alias da_purple_plugins_destroy_all = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugins_enabled
alias da_purple_plugins_enabled = gboolean function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugins_find_with_basename
alias da_purple_plugins_find_with_basename = PurplePlugin* function(const(char)* basename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugins_find_with_filename
alias da_purple_plugins_find_with_filename = PurplePlugin* function(const(char)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugins_find_with_id
alias da_purple_plugins_find_with_id = PurplePlugin* function(const(char)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugins_find_with_name
alias da_purple_plugins_find_with_name = PurplePlugin* function(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugins_get_all
alias da_purple_plugins_get_all = GList* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugins_get_handle
alias da_purple_plugins_get_handle = void* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugins_get_loaded
alias da_purple_plugins_get_loaded = GList* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugins_get_protocols
alias da_purple_plugins_get_protocols = GList* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugins_get_search_paths
alias da_purple_plugins_get_search_paths = GList* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugins_init
alias da_purple_plugins_init = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugins_load_saved
alias da_purple_plugins_load_saved = void function(const(char)* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugins_probe
alias da_purple_plugins_probe = void function(const(char)* ext)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugins_register_load_notify_cb
alias da_purple_plugins_register_load_notify_cb = void function(void function(PurplePlugin*, void*) func, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugins_register_probe_notify_cb
alias da_purple_plugins_register_probe_notify_cb = void function(void function(void*) func, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugins_register_unload_notify_cb
alias da_purple_plugins_register_unload_notify_cb = void function(void function(PurplePlugin*, void*) func, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugins_save_loaded
alias da_purple_plugins_save_loaded = void function(const(char)* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugins_uninit
alias da_purple_plugins_uninit = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugins_unload
alias da_purple_plugins_unload = void function(PurplePluginType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugins_unload_all
alias da_purple_plugins_unload_all = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugins_unregister_load_notify_cb
alias da_purple_plugins_unregister_load_notify_cb = void function(void function(PurplePlugin*, void*) func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugins_unregister_probe_notify_cb
alias da_purple_plugins_unregister_probe_notify_cb = void function(void function(void*) func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugins_unregister_unload_notify_cb
alias da_purple_plugins_unregister_unload_notify_cb = void function(void function(PurplePlugin*, void*) func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_action_free
void purple_plugin_action_free(PurplePluginAction* action)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_action_new
PurplePluginAction* purple_plugin_action_new(const(char)* label, void function(PurplePluginAction*) callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_destroy
void purple_plugin_destroy(PurplePlugin* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_disable
void purple_plugin_disable(PurplePlugin* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_get_author
const(gchar)* purple_plugin_get_author(const(PurplePlugin)* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_get_description
const(gchar)* purple_plugin_get_description(const(PurplePlugin)* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_get_homepage
const(gchar)* purple_plugin_get_homepage(const(PurplePlugin)* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_get_id
const(gchar)* purple_plugin_get_id(const(PurplePlugin)* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_get_name
const(gchar)* purple_plugin_get_name(const(PurplePlugin)* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_get_summary
const(gchar)* purple_plugin_get_summary(const(PurplePlugin)* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_get_version
const(gchar)* purple_plugin_get_version(const(PurplePlugin)* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_ipc_call
void* purple_plugin_ipc_call(PurplePlugin* plugin, const(char)* command, gboolean* ok, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_ipc_get_params
gboolean purple_plugin_ipc_get_params(PurplePlugin* plugin, const(char)* command, PurpleValue** ret_value, int* num_params, PurpleValue*** params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_ipc_register
gboolean purple_plugin_ipc_register(PurplePlugin* plugin, const(char)* command, PurpleCallback func, PurpleSignalMarshalFunc marshal, PurpleValue* ret_value, int num_params, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_ipc_unregister
void purple_plugin_ipc_unregister(PurplePlugin* plugin, const(char)* command)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_ipc_unregister_all
void purple_plugin_ipc_unregister_all(PurplePlugin* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_is_loaded
gboolean purple_plugin_is_loaded(const(PurplePlugin)* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_is_unloadable
gboolean purple_plugin_is_unloadable(const(PurplePlugin)* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_load
gboolean purple_plugin_load(PurplePlugin* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_new
PurplePlugin* purple_plugin_new(gboolean native, const(char)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_probe
PurplePlugin* purple_plugin_probe(const(char)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_register
gboolean purple_plugin_register(PurplePlugin* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_reload
gboolean purple_plugin_reload(PurplePlugin* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_unload
gboolean purple_plugin_unload(PurplePlugin* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_add_search_path
void purple_plugins_add_search_path(const(char)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_destroy_all
void purple_plugins_destroy_all()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_enabled
gboolean purple_plugins_enabled()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_find_with_basename
PurplePlugin* purple_plugins_find_with_basename(const(char)* basename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_find_with_filename
PurplePlugin* purple_plugins_find_with_filename(const(char)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_find_with_id
PurplePlugin* purple_plugins_find_with_id(const(char)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_find_with_name
PurplePlugin* purple_plugins_find_with_name(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_get_all
GList* purple_plugins_get_all()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_get_handle
void* purple_plugins_get_handle()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_get_loaded
GList* purple_plugins_get_loaded()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_get_protocols
GList* purple_plugins_get_protocols()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_get_search_paths
GList* purple_plugins_get_search_paths()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_init
void purple_plugins_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_load_saved
void purple_plugins_load_saved(const(char)* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_probe
void purple_plugins_probe(const(char)* ext)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_register_load_notify_cb
void purple_plugins_register_load_notify_cb(void function(PurplePlugin*, void*) func, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_register_probe_notify_cb
void purple_plugins_register_probe_notify_cb(void function(void*) func, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_register_unload_notify_cb
void purple_plugins_register_unload_notify_cb(void function(PurplePlugin*, void*) func, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_save_loaded
void purple_plugins_save_loaded(const(char)* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_uninit
void purple_plugins_uninit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_unload
void purple_plugins_unload(PurplePluginType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_unload_all
void purple_plugins_unload_all()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_unregister_load_notify_cb
void purple_plugins_unregister_load_notify_cb(void function(PurplePlugin*, void*) func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_unregister_probe_notify_cb
void purple_plugins_unregister_probe_notify_cb(void function(void*) func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_unregister_unload_notify_cb
void purple_plugins_unregister_unload_notify_cb(void function(PurplePlugin*, void*) func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_action_free
da_purple_plugin_action_free purple_plugin_action_free;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_action_new
da_purple_plugin_action_new purple_plugin_action_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_destroy
da_purple_plugin_destroy purple_plugin_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_disable
da_purple_plugin_disable purple_plugin_disable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_get_author
da_purple_plugin_get_author purple_plugin_get_author;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_get_description
da_purple_plugin_get_description purple_plugin_get_description;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_get_homepage
da_purple_plugin_get_homepage purple_plugin_get_homepage;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_get_id
da_purple_plugin_get_id purple_plugin_get_id;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_get_name
da_purple_plugin_get_name purple_plugin_get_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_get_summary
da_purple_plugin_get_summary purple_plugin_get_summary;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_get_version
da_purple_plugin_get_version purple_plugin_get_version;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_ipc_call
da_purple_plugin_ipc_call purple_plugin_ipc_call;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_ipc_get_params
da_purple_plugin_ipc_get_params purple_plugin_ipc_get_params;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_ipc_register
da_purple_plugin_ipc_register purple_plugin_ipc_register;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_ipc_unregister
da_purple_plugin_ipc_unregister purple_plugin_ipc_unregister;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_ipc_unregister_all
da_purple_plugin_ipc_unregister_all purple_plugin_ipc_unregister_all;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_is_loaded
da_purple_plugin_is_loaded purple_plugin_is_loaded;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_is_unloadable
da_purple_plugin_is_unloadable purple_plugin_is_unloadable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_load
da_purple_plugin_load purple_plugin_load;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_new
da_purple_plugin_new purple_plugin_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_probe
da_purple_plugin_probe purple_plugin_probe;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_register
da_purple_plugin_register purple_plugin_register;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_reload
da_purple_plugin_reload purple_plugin_reload;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_unload
da_purple_plugin_unload purple_plugin_unload;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_add_search_path
da_purple_plugins_add_search_path purple_plugins_add_search_path;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_destroy_all
da_purple_plugins_destroy_all purple_plugins_destroy_all;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_enabled
da_purple_plugins_enabled purple_plugins_enabled;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_find_with_basename
da_purple_plugins_find_with_basename purple_plugins_find_with_basename;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_find_with_filename
da_purple_plugins_find_with_filename purple_plugins_find_with_filename;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_find_with_id
da_purple_plugins_find_with_id purple_plugins_find_with_id;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_find_with_name
da_purple_plugins_find_with_name purple_plugins_find_with_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_get_all
da_purple_plugins_get_all purple_plugins_get_all;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_get_handle
da_purple_plugins_get_handle purple_plugins_get_handle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_get_loaded
da_purple_plugins_get_loaded purple_plugins_get_loaded;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_get_protocols
da_purple_plugins_get_protocols purple_plugins_get_protocols;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_get_search_paths
da_purple_plugins_get_search_paths purple_plugins_get_search_paths;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_init
da_purple_plugins_init purple_plugins_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_load_saved
da_purple_plugins_load_saved purple_plugins_load_saved;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_probe
da_purple_plugins_probe purple_plugins_probe;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_register_load_notify_cb
da_purple_plugins_register_load_notify_cb purple_plugins_register_load_notify_cb;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_register_probe_notify_cb
da_purple_plugins_register_probe_notify_cb purple_plugins_register_probe_notify_cb;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_register_unload_notify_cb
da_purple_plugins_register_unload_notify_cb purple_plugins_register_unload_notify_cb;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_save_loaded
da_purple_plugins_save_loaded purple_plugins_save_loaded;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_uninit
da_purple_plugins_uninit purple_plugins_uninit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_unload
da_purple_plugins_unload purple_plugins_unload;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_unload_all
da_purple_plugins_unload_all purple_plugins_unload_all;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_unregister_load_notify_cb
da_purple_plugins_unregister_load_notify_cb purple_plugins_unregister_load_notify_cb;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_unregister_probe_notify_cb
da_purple_plugins_unregister_probe_notify_cb purple_plugins_unregister_probe_notify_cb;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugins_unregister_unload_notify_cb
da_purple_plugins_unregister_unload_notify_cb purple_plugins_unregister_unload_notify_cb;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.